projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76af32d
)
(clipboard-yank): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Jan 1999 02:05:10 +0000
(
02:05
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Jan 1999 02:05:10 +0000
(
02:05
+0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index e1157edbcbf4ab91135dbe77399640b71798f282..2c08e4f5b668c1518341eccfb96c027c8356abdc 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-311,7
+311,7
@@
A large number or nil slows down menu responsiveness."
'(or (x-selection-exists-p) (x-selection-exists-p 'CLIPBOARD)))
(defun clipboard-yank ()
- "
Reinsert the last stretch of killed text, or the clipboard contents
."
+ "
Insert the clipboard contents, or the last stretch of killed text
."
(interactive)
(let ((x-select-enable-clipboard t))
(yank)))